Docs.rs
hstr-0.2.12
hstr 0.2.12
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
kdy1
Dependencies
hashbrown ^0.14.3
normal
new_debug_unreachable ^1.0.4
normal
once_cell ^1.18.0
normal
phf ^0.11.2
normal
rkyv ^0.7.42
normal
optional
rustc-hash ^1.1.0
normal
serde ^1.0.192
normal
optional
triomphe ^0.1.11
normal
compact_str ^0.7.1
dev
criterion ^0.5.1
dev
dudy-malloc ^0.1.0
dev
kstring ^2.0.0
dev
num_cpus ^1.16.0
dev
rand ^0.8.5
dev
rayon ^1.8.0
dev
smartstring ^1.0.1
dev
smol_str ^0.2.0
dev
string_cache ^0.8.7
dev
Versions
83.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hstr
0.2.12
All Items
Macros
Structs
Crate
hstr
Copy item path
source
·
[
−
]
Expand description
See
Atom
for more information.
Macros
§
atom
Create an atom from a string literal. This atom is never dropped.
Structs
§
Atom
An immutable string which is cheap to clone, compare, hash, and has small size.
Atom
Store
A store that stores
Atom
s. Can be merged with other
AtomStore
s for better performance.